home *** CD-ROM | disk | FTP | other *** search
- package Astro;
-
- import javax.microedition.lcdui.Form;
- import javax.microedition.lcdui.Image;
- import javax.microedition.lcdui.ImageItem;
- import javax.microedition.lcdui.StringItem;
-
- // $FF: renamed from: Astro.f
- class class_0 {
- // $FF: renamed from: do javax.microedition.lcdui.ImageItem
- static ImageItem field_0;
- // $FF: renamed from: for javax.microedition.lcdui.Image[]
- static Image[] field_1;
- // $FF: renamed from: new javax.microedition.lcdui.ImageItem
- static ImageItem field_2;
- // $FF: renamed from: try int[][]
- static int[][] field_3 = new int[][]{{3, 2, 4, 2, 5, 2, 5, 1, 6, 8, 1, 7}, {2, 3, 2, 6, 8, 5, 2, 1, 8, 6, 1, 4}, {4, 2, 4, 7, 3, 3, 5, 7, 4, 7, 5, 9}, {2, 6, 7, 4, 3, 2, 1, 2, 8, 3, 1, 5}, {5, 8, 3, 3, 4, 7, 6, 2, 4, 8, 1, 8}, {2, 5, 3, 2, 7, 5, 2, 6, 3, 6, 10, 2}, {5, 2, 5, 1, 6, 2, 3, 9, 5, 3, 4, 7}, {1, 1, 7, 2, 2, 6, 9, 2, 2, 4, 7, 4}, {6, 8, 4, 8, 4, 3, 5, 2, 5, 3, 1, 3}, {8, 6, 7, 3, 8, 6, 3, 4, 3, 3, 7, 4}, {1, 1, 5, 1, 1, 10, 4, 7, 1, 7, 4, 2}, {7, 4, 9, 5, 8, 2, 7, 4, 3, 4, 2, 3}};
- // $FF: renamed from: byte javax.microedition.lcdui.Form
- Form field_4;
- // $FF: renamed from: if int
- static int field_5;
- // $FF: renamed from: case Astro.a
- static a field_6;
- // $FF: renamed from: a Astro.a
- static a field_7;
- // $FF: renamed from: int javax.microedition.lcdui.StringItem
- static StringItem field_8;
-
- // $FF: renamed from: a () void
- static void method_0() {
- try {
- field_1 = new Image[14];
-
- for(field_5 = 0; field_5 < 14; ++field_5) {
- field_1[field_5] = Image.createImage("Astro/res/note" + field_5 + ".png");
- }
- } catch (Exception var1) {
- System.out.println("Error while reading png file");
- }
-
- }
-
- class_0(int var1) {
- field_6 = (a)h.q.elementAt(var1);
- this.field_4 = new Form(field_6.if);
-
- for(field_5 = 0; field_5 < h.q.size(); ++field_5) {
- if (field_5 != var1) {
- field_7 = (a)h.q.elementAt(field_5);
- field_8 = new StringItem("", field_7.if);
- h var10003 = CMidlet.a;
- field_0 = new ImageItem((String)null, b.a[field_7.a], 1, (String)null);
- field_2 = new ImageItem((String)null, field_1[field_3[field_6.a][field_7.a]], 2, (String)null);
- this.field_4.append(field_0);
- this.field_4.append(field_8);
- this.field_4.append(field_2);
- }
- }
-
- }
- }
-